6f6032
@@ -1707,10 +1707,6 @@
public void setSparkConfigUpdated(boolean isSparkConfigUpdated) {
         "Path component of URL endpoint when in HTTP mode."),
     HIVE_SERVER2_THRIFT_MAX_MESSAGE_SIZE("hive.server2.thrift.max.message.size", 100*1024*1024,
         "Maximum message size in bytes a HS2 server will accept."),
-    HIVE_SERVER2_THRIFT_HTTP_MIN_WORKER_THREADS("hive.server2.thrift.http.min.worker.threads", 5,
-        "Minimum number of worker threads when in HTTP mode."),
-    HIVE_SERVER2_THRIFT_HTTP_MAX_WORKER_THREADS("hive.server2.thrift.http.max.worker.threads", 500,
-        "Maximum number of worker threads when in HTTP mode."),
     HIVE_SERVER2_THRIFT_HTTP_MAX_IDLE_TIME("hive.server2.thrift.http.max.idle.time", "1800s",
         new TimeValidator(TimeUnit.MILLISECONDS),
         "Maximum idle time for a connection on the server when in HTTP mode."),
